home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / rabit girl.swf / scripts / DefineButton2_132 / BUTTONCONDACTION on(release).as
Text File  |  2006-12-20  |  379b  |  15 lines

  1. on(release){
  2.    if(_parent.PussyF)
  3.    {
  4.       _parent.MasterVolume.stop();
  5.       _parent.BtnCls();
  6.       Mouse.show();
  7.       gotoAndStop("Clicked");
  8.       _parent.Usagi.gotoAndPlay("Ninjin_Insert");
  9.       _parent.MeganeF = false;
  10.       _parent.NinjinF = true;
  11.       _parent.M_Btn_Megane.gotoAndStop("Ninjin");
  12.       _parent.M_Btn_Titi.gotoAndStop("Ninjin");
  13.    }
  14. }
  15.